Skip to content

add limitless insights#5

Open
Thykof wants to merge 3 commits intomainfrom
add-limitless-insights
Open

add limitless insights#5
Thykof wants to merge 3 commits intomainfrom
add-limitless-insights

Conversation

@Thykof
Copy link
Copy Markdown
Contributor

@Thykof Thykof commented Mar 18, 2026

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the Synth MCP server/SDK version to 0.0.15 and introduces a new CLI entrypoint to run the MCP server over Streamable HTTP, alongside updates to the build/packaging flow and regenerated Speakeasy artifacts.

Changes:

  • Add a new mcp serve command that starts an Express server using StreamableHTTPServerTransport.
  • Update build/pack logic to stage only distributable files when producing an .mcpb bundle.
  • Regenerate Speakeasy outputs / metadata (versions, config), plus a new bytesToBlob helper for safer multipart uploads.

Reviewed changes

Copilot reviewed 12 out of 15 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
src/mcp-server/server.ts Bumps MCP server version metadata.
src/mcp-server/mcp-server.ts Adds the new serve command to the CLI router; bumps CLI version.
src/mcp-server/cli/serve/command.ts Defines CLI flags/docs for Streamable HTTP serve mode.
src/mcp-server/cli/serve/impl.ts Implements the Streamable HTTP Express server, CORS handling, and shutdown hooks.
src/mcp-server/build.mts Adjusts bundling/minification behavior and stages minimal files for .mcpb packaging.
src/lib/files.ts Adds bytesToBlob to avoid Buffer/Blob pooling edge cases in uploads.
src/hooks/hooks.ts Removes automatic registration of custom hooks (notably auth hook).
src/lib/config.ts Bumps SDK metadata/user agent versions.
src/lib/security.ts Formatting-only change to a union type.
package.json Version bump and moves bun from dependencies to devDependencies.
package-lock.json Lockfile updates consistent with package.json and version bump.
manifest.json Version bump for extension manifest.
.speakeasy/workflow.lock Regenerated Speakeasy workflow lock metadata.
.speakeasy/gen.yaml Updates generation config (notably disables OAuth2 flows) and bumps version.
.speakeasy/gen.lock Regenerated Speakeasy generation lock metadata and tracked files.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Thykof and others added 2 commits March 18, 2026 18:28
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants